Click or drag to resize

MailboxQuery Constructor (String, IListMailboxSearchScope)

Initializes a new instance of the MailboxQuery class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MailboxQuery(
	string query,
	IList<MailboxSearchScope> mailboxSearchScopes
)

Parameters

query
Type: SystemString
The query.
mailboxSearchScopes
Type: System.Collections.GenericIListMailboxSearchScope
The mailbox search scopes.
See Also